home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 25 / q25.d81 / t.forum 25 < prev    next >
Text File  |  2022-08-28  |  5KB  |  119 lines

  1.  
  2.  
  3.                    L O A D S T A R    1 2 8    F O R U M
  4.  
  5.                          Compiled by Fender Tucker
  6.  
  7.  
  8. Dear LOADSTAR 128,
  9.  
  10.     I use a 128D with a 1702 monitor for 40 columns and a monochrome monitor
  11. for 80 columns.  It appears to me that some 80-column material on the disk
  12. is in color and is very difficult to interpret.  Do you have any suggestions
  13. for this problem or do I have to invest in an 80-column color monitor?
  14.  
  15.     Incidentally, if I do get a color monitor, is there any serious problem
  16. involved in connecting it to the RGBI outout from the 128D if it's not a
  17. Commodore monitor?
  18.  
  19.                   Gerald J. Risser
  20.                   Kennett Square PA 19348
  21.  
  22. LS: When we began LS 128 six years ago we mainly used the 40-column mode.
  23. Then, as we discovered the joys of the 80-column mode, we switched over to
  24. almost 100% 80-column usage.  The 80-column colors are so rich and intensive
  25. that we decided that LS 128 would be a "color magazine" and cater to color
  26. users only.  Things like that happen all the time in the computer industry.
  27. Inferior technology gets abandoned.
  28.  
  29. Two years ago I would have answered, "Yes, you must get a color 80-column
  30. monitor to use LOADSTAR 128."  But now that monitors for the C-128 are no
  31. longer being produced, and when broken are hard to fix, I have to change my
  32. tune.  Until someone comes up with directions on how to adapt available
  33. monitors (CGA monitors?) to work with the C-128, there are two solutions:
  34.  
  35.  (1) We publish programs designed to look good on a monochrome system, (at
  36. the expense of style and those who have color monitors), or
  37.  
  38.  (2) Each monochrome user learns the simple BASIC commands that determine
  39. the color of what's printed on the screen and modifies the programs that
  40. look bad.
  41.  
  42.     I'm afraid that (2) fits into my philosophy much better than (1).  95%
  43. of the programs we publish can be easily modified by the user.  The only
  44. ones that can't are compiled (or BASIC8) programs that we don't provide the
  45. source code for.  The color of something is set with the COLOR command or
  46. with Control codes in strings.  CONTROL80's BLOCK command is also used for
  47. highlight bars.  Those are the three things you need to look for to change
  48. the colors of almost any LS 128 program.
  49.  
  50.     As for your last question, if the monitor you find is a true RGB
  51. monitor, it should only require the right cable to work.  If it's a monitor
  52. that has to have an adaptor or some hardware modification, then it may be a
  53. hassle.  The word is out that a method of converting CGA monitors to work
  54. with the C-128 is needed, but so far I haven't seen or heard of how to do
  55. it, or how much it'll cost.  If anyone knows, please advise.
  56.  
  57.  
  58. Dear LOADSTAR 128,
  59.  
  60.     In the program THE NUMISMATIST on LOADSTAR 128 #16 I get to the main
  61. menu screen but there is no cursor or highlighted bar.  I have a Magnavox
  62. RGB monitor.
  63.  
  64.                  Jack R. Kelly
  65.                  St. George UT
  66.  
  67. LS: This is a different problem from Gerald's, who was using a monochrome
  68. monitor, but the solution is the same.  Change the program.  Here's how:
  69.  
  70.  (1) Load and run the program and at the main menu press STOP.  Sometimes
  71. you may have to press STOP-RESTORE.
  72.  
  73.  (2) Notice where the program breaks (line 130) and LIST that area of the
  74. code.  You'll see COLOR commands in lines 110, 120, 170 and 180.  The
  75. COLOR5,2 commands in lines 110 and 170 print in white (the 2 in the
  76. command).  That's the color of the menu, which is reversed.  The highlight
  77. commands are the COLOR5,16 commands in 120 and 180.  Change the 16 (light
  78. grey) to some other number, say 3 for dark red, and re-RUN the program and
  79. see if the highlight bar shows up better.  Experiment until you find the
  80. color you like best.
  81.  
  82.  (3) Go to the other menus after you get the Main Menu working and do the
  83. same for them, if necessary.
  84.  
  85.  (4) When you're satisfied, scratch and save the revised program.
  86. GOTOO10000 does this in just about all LS 128 programs.
  87.  
  88. There are four RGB monitors here at LOADSTAR and the colors and qualities of
  89. each is quite different.  My guess is that your monitor simply does not have
  90. enough contrast between light grey and white.  The highlight bar is there,
  91. but on your monitor you can't see it.
  92.  
  93.  
  94. Dear LOADSTAR 128,
  95.  
  96.     I couldn't get anything but garbage with SIDEWINDER on LS 128 #24.  The
  97. template prints okay but not the demo.  I have a Star NX 1000C.  I played
  98. with the printer's DIP switches but still got garbage.  Help!
  99.  
  100.                Thomas Houlihan
  101.                Saugerties NY
  102.  
  103. LS: I tried SIDEWINDER on my NX 1000C at home and found that in order to
  104. print the demo correctly I had to flip switch 5 to off, which selects the
  105. IBM/Epson mode for the printer.  Then I selected IBM mode in the SIDEWINDER
  106. demo.  I wasn't able to get it to work when the printer was in the Commodore
  107. 1525-emulating mode, which sounds strange, but isn't.  In general, the NX
  108. 1000C prints text best in the Commodore mode (switch 5 on) and prints
  109. graphics best in the Epson mode (switch 5 off).  SIDEWINDER uses the
  110. graphics mode even though it's printing what looks like sideways text.
  111.  
  112. I noticed that your letter/critique was printed with caps where the lower
  113. case should be and italics for the upper case letters.  This indicates that
  114. you printed the letter with switch 5 off.  Get used to flipping switch 5
  115. every time you switch between graphics and text.
  116.  
  117.                          \\\\\ RETURN - Menu \\\\\
  118.  
  119.